Skip to content

Conversation

@franccesco
Copy link
Owner

Summary

  • Introduces 5 specialized Claude Code subagents tailored to the Bloomy SDK development workflow
  • Updates CLAUDE.md with delegation guidelines for manager-mode operation
  • Removes generic sdk-product-manager agent in favor of specialized agents

Subagents Added

Subagent Purpose
api-feature-developer SDK operations, sync/async implementations, Pydantic models
mkdocs-documentation-writer MkDocs guides, API docs, README updates
code-quality-reviewer Quality gates (ruff, pyright, pytest), code review
sdk-test-engineer Writing tests, pytest fixtures, mocking patterns
version-control-engineer Git workflows, commits, PRs, releases

Manager Mode

The updated CLAUDE.md promotes a delegation-first approach where Claude:

  1. Acts as a coordinator/reviewer rather than direct implementer
  2. Chains workflows across subagents (e.g., implement → test → review → commit)
  3. Uses parallel agents for independent tasks

Test plan

  • Verify subagent files are properly formatted with YAML frontmatter
  • Test delegation by asking Claude to implement a new feature
  • Confirm workflow chaining works as documented

🤖 Generated with Claude Code

Introduces 5 specialized Claude Code subagents tailored to the Bloomy SDK:
- api-feature-developer: SDK operations, sync/async implementations
- mkdocs-documentation-writer: MkDocs guides and API documentation
- code-quality-reviewer: Quality gates (ruff, pyright, pytest)
- sdk-test-engineer: Testing with pytest fixtures and mocking patterns
- version-control-engineer: Git workflows, commits, PRs, releases

Updates CLAUDE.md with delegation guidelines promoting manager-mode
where Claude coordinates subagents rather than implementing directly.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@franccesco franccesco merged commit 12a3742 into main Dec 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant